@font-face {
    font-family: 'Dana Black';
    src: url('../../Dana/Dana-FaNum-Black.ttf');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Dana Bold';
    src: url('../../Dana/Dana-FaNum-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dana Demi Bold';
    src: url('../../Dana/Dana-FaNum-DemiBold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dana Extra Bold';
    src: url('../../Dana/Dana-FaNum-ExtraBold.ttf');
    font-weight: bolder;
    font-style: normal;
}


@font-face {
    font-family: 'Dana Ultra Bold';
    src: url('../../Dana/Dana-FaNum-UltraBold.ttf');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Dana Medium';
    src: url('../../Dana/Dana-FaNum-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dana Extra light';
    src: url('../../Dana/Dana-FaNum-ExtraLight.ttf');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Dana';
    src: url('../../Dana/Dana-FaNum-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dana Thin';
    src: url('../../Dana/Dana-FaNum-Thin.ttf');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, a, span, small, th, td, button, label, input, select, option, ul, li, body, .custom-font {
    font-family: 'Dana' !important;
}